const internal/strconv.pow10Min
3 uses
internal/strconv (current package)
math.go#L34: if e < pow10Min || e > pow10Max {
math.go#L37: return pow10Tab[e-pow10Min], 1 + mulLog2_10(e), true
pow10tab.go#L12: pow10Min = -348
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |